services.dovecot2.settings."passdb pam".args
NixOS option
Arguments for the passdb backend. This option is exclusive to Dovecot 2.3. See https://doc.dovecot.org/2.3/configuration_manual/authentication/password_databases_passdb/#passdb-setting.
type: null or (list of string)Default
declared in: nixos/modules/services/mail/dovecot.nixView source on NixOS/nixpkgs →"if isPre24 then [ \"dovecot2\" ] else null"